/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:400;}

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}

.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}

.default-pc-nav-menu > li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu > li:hover > ul{display: block;}

.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}



/*友情链接默认样式*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

	background: no-repeat url("/temp/temp/default/default-0001/1/images/publish.png");

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

.default-slider-2 > .dots > span.active{ background-color:red;}



.default-slider-box > ul > li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}

.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}



/*单屏滚动模式*/

.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}



.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

.default-slider-direction-left > .next{ right:0;}

.default-slider-direction-left > .prev{ left:0;}

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left > .thumb  ul > li{ float:left;}

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left > .thumb > .active{ background-color:#333;}

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
/* CSS Document */



/*#28afb5*/



/*导航*/

.bignav{

	position:fixed;

	width:100%;

	left:0;

	top:0;

	background:#fff;

	z-index:2;

}

.banner1{

	position: relative;

	max-height:866px;

	overflow: hidden;

	margin-top:68px;

}

.banner1 .bignav{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

}

.bignav p {

    float: right;

    font-size: 14px;

    color: #666;

    margin-top:15px;

}

.bignav p strong{

	font-size:25px;

	color:#398dc4;

}

.w960 .bignav p strong{

	font-size:20px;

}

.ispc .banner1 span.next{

	right: 50px;

}

.ispc .banner1 span.prev{

	left: 50px;

}

.nav_box{

	width: 96%;

	padding:3px 2%;

	margin: auto;

	background: rgba(255,255,255,0.30);

	box-shadow: 0 2px 5px #dcdcdc;

}

.nav_box .logo{

	float: left;

	height: 62px;

	margin-left:100px;

}

.nav_box .logo a{

	display:block;

}

.nav_box .logo img{

	width: auto;

	max-height:62px;

}

.nav_box .nav1{

	float: right;

	margin-right:100px;

	margin-top:13px;

}

.w960 .nav_box .nav1{

	margin-right:30px;

	margin-top:10px;

}

.nav_box .nav1 li{

    line-height: 36px;

}

.nav_box .nav1 li a{

	font-size: 18px;

	color: #333;

	transition: 0.2s;

	padding:20px;

}

.nav_box .nav1 li.a a

,.nav_box .nav1 li a:hover{

	color: #0f8ef5;

}

.nav_box .default-pc-search{

	float: right;

	margin-top: 21px;

}

.nav_box .default-pc-search .default-pc-search-keyword{

	height: 30px;

    border:1px solid #ccc;

    background-color:rgba(0,0,0,0.00);

    color: #666;

    padding-left: 15px;

    width: 180px;

	border-radius: 15px;

	outline:none;

	margin-left: 20px;

}

.nav_box .default-pc-search .default-pc-search-submit{

	width: 35px;

    height: 35px;

    margin-left: -38px;

    border: none;

    color: transparent;

    background:url("/temp/temp/52/52-0184/201811071019/images/sousuo.png") no-repeat center center;

	outline: none;

	cursor: pointer;

}

.default-slider-direction-left > .next, .default-slider-direction-left > .prev {

    line-height: 40px;

    font-size: 20px;

    width: 40px;

	height: 40px;

	border-radius: 20px;

    text-align: center;

	margin-top:-20px;

}

.nav_box .nav1 li ul{

	background:#fff;

	min-width:100%;

	margin-top:0;

	padding:10px 0;

	border-top:2px solid #eee;

}

.nav_box .nav1 li ul li {

    line-height: 30px;

    background:none;

    text-align: center;

}

.nav_box .nav1 li ul li a{

	display: block;

	padding:0 20px;

	color:#666 !important;

	font-size:16px;

}

.nav_box .nav1 li ul li:hover a{

	color:#166CB1 !important;

}

.gheader .banner01{

	margin-top:68px;

}

.gheader .bignav{

	position: inherit;

}

.gheader .bignav .nav_box{

	margin-top: 0;

	padding: 5px 0;

}

.gheader .bignav .nav_box .logo{

	height: 72px;

}







/*关于我们*/

.about_box{

	width: 100%;

	background:url("/temp/temp/52/52-0184/201811071019/images/tiaowen02.png") repeat center center #fafafa;

}

.about_box .biaoti{

	text-align:left;

}

.about{

	padding:80px 0;

}

.about .a_left{

	float: right;

	width: 40%;

	margin-top: 20px;

}

.about .a_right{

	float: left;

	width: 52%;

	position:relative;

	overflow:hidden;

	border-radius: 60px 0 60px 0;

	transition: 0.4s;

}

.about .a_right div{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

}

.about .a_right div video

,.about .a_right div iframe{

	height:100%;

	width:100% !important;

	background: #fafafa;

}

.about .a_right a{

	display:block;

}

.about .a_right img{

	width: 100%;

	height: auto;

}

.about .a_right:hover{

	border-radius: 0 60px 0 60px;

}

.biaoti{

	text-align:center;

}

.biaoti h2{

	font-size: 36px;

	line-height: 40px;

	background:url("/temp/temp/52/52-0184/201811071019/images/ab.png") no-repeat left center;

	padding-left: 60px;

	text-transform:capitalize;

}

.biaoti h2

,.biaoti h1{

	display:inline-block;

	*display:inline;

	vertical-align:middle;

}

.biaoti h1{

	margin-left: 15px;

	font-size: 24px;

	color: #4c4c4c;

	font-weight: 600;

	line-height: 40px;

}

.about .a_left em{

	display: block;

	width: 100px;

	height: 2px;

	border-top: 1px dashed #ccc;

	margin: 40px 0;

}

.about .a_left p{

	font-size: 14px;

	color: #4c4c4c;

	overflow: hidden;

	line-height: 28px;

	max-height:110px;

}

.rmore{

	margin-top:45px;

	overflow: hidden;

	position: relative;

	width: 230px;

}

.rmore a{

	display: block;

}

.rmore a span{

	display: block;

	width: 230px;

	height: 48px;

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") no-repeat center center;

	border-radius: 24px;

}

.rmore a h4{

	position: absolute;

	left: 0;

	top: 0;

	line-height: 48px;

	color: #fff;

	font-size: 16px;

	width: 230px;

	text-align: center;

	transition: 0.4s;

}

.rmore a:hover h4{

	background: rgba(255,255,255,0.20);

}





/*三大特点*/

.td_box{

	margin:80px auto;

}

.ispc .td_box.section{

	overflow: inherit;

}

.w960 .tedian li{

	width:960px !important;

}

.tedian li a{

	display:block;

}

.tedian li .ltu{

	float: left;

	width:38%;

	margin-left:0 !important;

}

.tedian li .ltu img{

	width: 100%;

	height: auto;

	left:0 !important;

	margin-left:0 !important;

}

.tedian li h3{

	float: left;

	width: 35px;

	height: 255px;

	position: absolute;

	left: 576px;

	top: 200px;

	background:url("/temp/temp/52/52-0184/201811071019/images/td01.png") no-repeat center center; 

}

.tedian li .sum01{

	float:right;

	width:50%;

}

.tedian li .sum01 h4{

	font-size:25px;

}

.tedian li .sum01 p{

	text-transform:uppercase;

	font-size:14px;

	color:#999;

	margin:10px 0;

}

.tedian li .sum01 div{

	font-size:16px;

}

.tedian li .td_text {

    float: right;

    width: 53%;

    margin-top: 20px;

}

.w960 .tedian li .td_text{

	width:49%;

}

.tedian li .td_text div{

	margin-bottom: 10px;

	padding-top: 18px;

	transition: 0.3s;

	text-align: left;

}

.tedian li .td_text span{

	float:left;

	width:100px;

	height:auto;

	display:block;

}

.tedian li .td_text span img{

	width:100%;

	height:auto;

	position:inherit !important;

	margin-left:0 !important;

	left:0 !important;

}

.tedian li .td_text ins{

	float:right;

	width:75%;

	text-decoration:none;

}

.tedian li .td_text h4{

	font-family: "迷你简菱心";

	font-size: 22px;

	color: #4c4c4c;

	height: 30px;

	line-height: 30px;

	display: block;

}

.tedian li .td_text em{

	display: block;

	font-style: normal;

	font-size: 13px;

	color: #808080;

	margin-top: 5px;

}

.td_box h1{

	font-size: 26px;

	font-weight: 600;

	text-align: center;

	margin-bottom: 60px;

}

.td_box span.next{

	right: 0;

	top: 60%;

}

.td_box span.prev{

	left: 0;

	top: 60%;

}

.ispc .td_box span.next {

    margin-right: -50px;

}

.ispc .td_box span.prev {

    margin-left: -50px;

}



/*----------------优势------------*/

.youshi{

	margin:70px auto;

}

.youshi ul{

	margin-top:50px;

}

.youshi li{

	width:80%;

	float:left;

	padding:0 10%;

	padding-bottom:20px;

	border-bottom:1px solid #eee;

	margin-bottom:20px;

}

.youshi li.y02{

	float:right;

}

.youshi li div{

	float:left;

	width:65%;

	margin-top:40px;

}

.youshi li div ins{

	display:block;

	text-decoration:none;

	float:right;

	width:75%;

}

.youshi li.y02 div

,.youshi li.y02 div strong{

	float:right;

}

.youshi li.y02 div{

	text-align:right;

}

.youshi li.y02 span

,.youshi li.y02 div ins{

	float:left;

}

.youshi li div strong{

	display:block;

	width:18%;

	left:0;

	top:0;

	float:left;

}

.youshi li div strong img{

	width:100%;

	height:auto;

}

.youshi li div h3{

	font-family: "迷你简菱心";

	font-size: 22px;

	color: #4c4c4c;

	height: 30px;

	line-height: 30px;

	display: block;

}

.youshi li div em{

	display:block;

	font-style:normal;

	text-transform:uppercase;

	color:#999;

	margin-top:5px;

}

.youshi li div p{

	font-size:14px;

	margin-top:10px;

	color:#666;

}

.youshi li span{

	display:block;

	float:right;

	width:30%;

}

.youshi li span img{

	width:100%;

	height:auto;

}



/*产品服务*/

.cp_box{

	background:url("/temp/temp/52/52-0184/201811071019/images/tiaowen02.png") repeat center center #fafafa;

	padding: 80px 0;

}

.chanpin .biaoti{

	margin: auto;

	margin-bottom: 60px;

}

.chanpin .biaoti h2{

	background:url("/temp/temp/52/52-0184/201811071019/images/cp.png") no-repeat left center; 

}

.chanpin ul li{

	width:24%;

	margin-right: 1.32%;

	float: left;

	margin-bottom: 30px;

	transition:0.3s;

}

.chanpin ul li a{

	display: block;

}

.chanpin ul li a img{

	width: 100%;

	height: auto;

}

.chanpin ul li a .cp_text{

	width: 100%;

	background: #fff;

	text-align: center;

	box-shadow: 1px 1px 26px 1px #dadada;

}

.chanpin ul li a .cp_text div{

	background: #fff;

	padding: 30px 0;

	padding-bottom: 40px;

}

.chanpin ul li a .cp_text div h4{

	margin: auto;

	font-size: 22px;

    font-weight: bold;

    color: #333;

    text-align: center;

	max-width: 90%;

	font-family: "黑体";

}

.chanpin ul li a .cp_text div p{

	width: 90%;

	margin: auto;

	font-size: 14px;

    color: #999;

    text-align: center;

    margin-top: 15px;

	line-height: 24px;

	height: 72px;

	overflow: hidden;

}

.chanpin ul li:hover{

	box-shadow: 1px 5px 26px 6px #ccc;

}

.chanpin .rmore{

	margin: auto;

	margin-top: 30px;

}



/*----资产管理品台----*/



.zichan{

	margin-top:70px;

}

.zichan .zc_bg{

	background: #2e82c5;

	margin-top: 140px;

}

.zichan .zc_bg ul{

	position: relative;

	top: -80px;

}

.zichan .rmore{

	overflow: hidden;

	margin-top: 0;

	position: relative;

	top: -70px;

	border-radius: 24px;

}

.zichan ul li{

	transition: 0.2s;

}

.zichan ul li a .cp_text{

	box-shadow: none;

}

.zichan ul li:hover a .cp_text{

	box-shadow: none;

}

.zichan ul li:hover{

	margin-top: -10px;

	box-shadow: none;

}









/*新闻中心*/

.new_box{

	margin:80px 0;

}

.indexnews{

	margin-top:70px;

}

.indexnews li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

	border-bottom:5px solid #2e82c5;

	transition:all .3s;

}

.indexnews li:hover{

	transform:scale(1.05);

	-ms-transform:scale(1.05);

	-moz-transform:scale(1.05);

	-webkit-transform:scale(1.05);

	-o-transform:scale(1.05);

}

.indexnews li a{

	display:block;

	padding:10px;

	border: 1px solid #eee;

	transition:all .3s;

}

.indexnews li:hover a{

	border: 1px solid #2e82c5;

}

.indexnews li span{

	display:block;

}

.indexnews li img{

	width:100%;

	height:auto;

}

.indexnews li h3 {

    height:72px;

    overflow: hidden;

    font-size: 16px;

}

.indexnews li strong{

	font-weight:normal;

	color:#999;

	display:block;

	margin:20px 0;

	font-size:16px;

	font-family: "微軟正黑體";

	line-height:1;

}

.indexnews li strong em {

    font-style: normal;

    font-size: 40px;

    margin-right: 10px;

	color:#333;

}

.new_box .rmore{

	margin:0 auto;

	margin-top:50px;

}

.indexnews li div{

	padding:0 10px;

}



 

/*视频展示*/

.shipin{

	width: 100%;

	margin:80px 0;

}

.shipin a{

	display: block;

}

.shipin h2{

	text-align:center;

	font-size:30px;

}

.shipin ul{

	margin-top:60px;

}

.shipin li{

	float:left;

	width:24%;

	margin:0.5%;

}

.shipin li a{

	display:block;

	background:#fff;

	position:relative;

}

.shipin li div{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	background:rgba(4, 53, 146, 0.35);

	transition:all .3s;

}

.shipin li:hover div{

	background:rgba(4, 53, 146, 0.7);

}

.shipin li img{

	width:100%;

	height:auto;

}

.shipin li span{

	display:block;

	width:75px;

	margin:0 auto;

	margin-top: 10%;

}

.shipin li span img{

	width:100%;

	height:auto;

}

.shipin li h3{

	text-align:center;

	margin:15px 0;

	font-size:16px;

	color:#fff;

}

.shipin li a em {

    display: block;

    text-align: center;

    width: 30px;

    height: 30px;

    background: #ccc;

    line-height: 30px;

    margin: 0 auto;

    border-radius: 50%;

	color:#fff;

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") no-repeat center center;

}







/*客户案例*/

.al_box{

	background:url("/temp/temp/52/52-0184/201811071019/images/tiaowen02.png") repeat center center #fafafa;

	padding: 70px 0;

}

.al_box .biaoti{

	margin: auto;

	margin-bottom: 60px;

}

.al_box .biaoti h2{

	background:url("/temp/temp/52/52-0184/201811071019/images/al.png") no-repeat left center; 

}

.anli ul li{

	width: 100%;

	margin-bottom: 40px;

}

.anli ul li a{

	display: block;

	position: relative;

}

.anli ul li a img{

	float: left;

	width: 52%;

	height: auto;

	border-radius: 10px;

}

.anli ul li a div{

	position: absolute;

	right: 0;

	top: 55px;

	width: 42%;

	padding:3% 5%;

	background: #fff;

	transition: 0.3s;

}

.anli ul li a div:hover{

	right: 20px;

}

.anli ul li a div h3{

	font-size: 18px;

	color: #333;

	transition: 0.3s;

}

.anli ul li a div p{

	font-size: 14px;

	color: #808080;

	line-height: 22px;

	overflow: hidden;

	max-height: 42px;

	margin-top: 10px;

}

.anli ul li a div span{

	display: block;

	width: 170px;

	height: 40px;

	border-radius: 20px;

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") no-repeat center center;

	margin-top: 30px;

	color: #fff;

	line-height: 40px;

	text-align: center;

	font-size: 14px;

	opacity: 1;

	transition: 0.3s;

}

.anli ul li:hover a div{

	box-shadow: 1px 5px 26px 6px #ccc; 

}

.anli ul li:hover a div h3{

	color: #2e82c5;

}

.anli ul li a div span:hover{

	opacity: 0.8;

}

.anli .almore{

	margin-top: 50px;

}

.anli .almore a{

	margin: auto;

	display: block;

	width: 230px;

	height: 48px;

	line-height: 48px;

	text-align: center;

	background: #fff;

	color: #333;

	font-size: 16px;

	border-radius: 24px;

	transition: 0.3s;

}

.anli .almore a:hover{

	color: #2e82c5;

}



/*合作伙伴*/

.hzhb{

	margin: 60px auto;

	text-align: center;

}

.hzhb .biaoti {

    margin-bottom: 60px;

}

.hzhb .biaoti h2{

	background:url("/") no-repeat left center; 

}

.huoban li{

	float: left;

	width: 220px;

	margin: auto 8.8px;

	border: 1px solid #eee;

	box-sizing: border-box;

	border-radius: 5px;

	transition: 0.3s;

}

.huoban li a{

	display: block;

	transition: all 0.3s ease-in-out;

    overflow: hidden;

}

.huoban li:hover{

	border: 1px solid #76ACD7;

}

.huoban li img{ 

	width: 100%;

	height: auto;

}

.hzhb span.next, .hzhb span.prev{

	top:160px;

}

.hzhb span.next{

	margin-right: -50px;

}

.hzhb span.prev{

	margin-left: -50px;

}

.w960 .huoban li{

	width: 180px;

	margin: auto 6px;

}

.w960 .hzhb span.next,.w960 .hzhb span.prev{

	top: 152px;

}

.ismobile .hzhb{

	display: none;

}





/*公共底部*/

.foot01{

	width:80%;

	float:left;

}

.ftnav ul{

	float:left;

	width:20%;

}

.ftnav li.n01 a{

	font-size:16px;

	font-weight:bold;

	padding:5px 0;

}

.ftnav li{

	margin:4px 0;

}

.ftnav li a{

	font-size:12px;

	color:#fff;

}

.ftnav li a:hover{

	color:#18e3ec;

}

.ftcon{

	padding-bottom:20px;

	border-bottom:1px solid #4b81bd;

	margin-bottom:20px;

	text-align:center;

}

.ftcon img{

	margin-right:5px;

}

.ftcon p{

	display:inline-block;

	*display:inline;

	width:33%;

	font-size:14px;

	color:#fff;

	text-align:left;

}

.ftcon p.p2{

	text-align:center; 

}

.ftcon p.p3{

	text-align:right;

}

.footer_box{

	background: url("/temp/temp/52/52-0184/201811071019/images/f-bg.jpg") no-repeat center center;

	padding: 40px 0;

	padding-top:20px;

	position: relative;

}

.default-pc-nav-footer{

	text-align: center;

	margin: auto;

	margin-bottom: 40px;

}

.default-pc-nav-footer li{

	padding: 0 40px;

	text-align: center;

	border-left: 2px solid #fff;

	box-sizing: border-box;

	line-height: 14px;

	display: inline-block;

}

.default-pc-nav-footer li{

	*display: inline;

}

.default-pc-nav-footer li a{

	text-align: center;

	color: white;

	font-size: 15px;

}.default-pc-nav-footer li a:hover{

	color:#9DD9DC;

}

.default-pc-links-text dt{

	display: none;

}

.default-pc-links-text dd a{

	color: #fff;

	margin-right: 15px;

}

.default-pc-links-text dd a:hover{

	color:#9DD9DC;

}

.gz_box{

	float: left;

	width: 30%;

}

.gz_box h3{

	font-size: 14px;

	color: #fff;

	margin-bottom: 10px;

}

.gz_box h2{

	color: #fff;

	font-family: "Arial";

	font-size: 26px;

}

.guanzhu div{

	float: left;

	width: 36px;

	height: 36px;

	margin-right: 20px;

	border-radius: 18px;

	border: 1px solid #fff;

	margin-top: 10px;

}

.guanzhu .gz_qq{

	background: url("/temp/temp/52/52-0184/201811071019/images/qq.png") no-repeat center center;

}

.guanzhu .gz_wb{

	background: url("/temp/temp/52/52-0184/201811071019/images/wb.png") no-repeat center center;

}

.guanzhu .gz_wx{

	background: url("/temp/temp/52/52-0184/201811071019/images/wx.png") no-repeat center center;

	cursor: pointer;

}

.guanzhu div a{

	display: block;

	width: 100%;

	height: 100%;

}

.guanzhu div:hover{

	opacity: 0.8;

}

.erweima {

	width: 294px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index:100;

	margin-left: -147px;

	left: 50%;

	bottom:40%;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #fff;

	z-index:20;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img {

    width: 94%;

    margin: 0 3%;

}

.close{

	display:block;

	background:url("/temp/temp/52/52-0184/201811071019/images/close.png") no-repeat;

	background-size: 100%;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.d_erweima{

	margin:40px  auto;

	width: 546px;

}

.d_erweima img{

	width: 100%;

	height: auto;

}

.weixin{

	float: right;

}

.weixin h3{

	font-size: 14px;

	color: #fff;

	margin-bottom: 20px;

	text-align:center;

}

.jishu{

	background: #071620;

	padding: 16px 0;

	text-align: center;

}

.jishu span{

	color: #e5e5e5;

}

.jishu a{

	color: #e5e5e5;

}

.links{

	text-align:center;

}

.links dd

,.links dt{

	display:inline-block;

	*display:inline;

	color:#fff;

	float:none;

	margin:0 3px;

}

.links dd a{

	display:block;

	margin-right:0;

}

.default-pc-copyright{

	margin: auto;

}

.jishu a:hover{

	color:#9DD9DC;

}

.top{

	cursor: pointer;

	position: fixed;

	bottom: 10%;

	right: 2%;

}

.biaodan{

	position:fixed;

	width:100%;

	height:100%;

	left:0;

	top:0;

	display:none;

	background:url("/temp/temp/52/52-0184/201811071019/images/bg02.png");

}

.biaodan .apply01{

	background:#fff;

	position:absolute;

	left:50%;

	top:50%;

	margin-left:-301px;

	margin-top:-315px;

}

.biaodan .apply01 .close{

	position:absolute;

	width:40px;

	height:40px;

	top:5px;

	right:5px;

	background:url("/temp/temp/52/52-0184/201811071019/images/close.png") no-repeat center center;

}





/*首页动效*/

.ispc .section{

	overflow: hidden;

}



.ispc .about_box.section .a_left{

	opacity: 0;

    transform: translateX(-600px);

	transition: all 1s;

	-ms-transform:translateX(-600px);

	-moz-transform:translateX(-600px);

	-webkit-transform:translateX(-600px);

	-o-transform:translateX(-600px);

	transition: all 1s ease-in-out;

}

.ispc .about_box.active .a_left{

	opacity: 1;

    transform: translateX(0);

}

.ispc .about_box.section .a_right{

	opacity: 0;

    transform: translateX(600px);

	transition: all 1s;

	-ms-transform:translateX(600px);

	-moz-transform:translateX(600px);

	-webkit-transform:translateX(600px);

	-o-transform:translateX(600px);

	transition: all 1s ease-in-out;

}

.ispc .about_box.active .a_right{

	opacity: 1;

    transform: translateX(0);

}





.ispc .td_box.section{

	opacity: 0;

    transform: translateY(400px);

	-ms-transform:translateY(400px);

	-moz-transform:translateY(400px);

	-webkit-transform:translateY(400px);

	-o-transform:translateY(400px);

	transition: all 1s ease-in-out;

	transition: all 1s;

}

.ispc .td_box.active{

	opacity: 1;

    transform: translateY(0);

}





.ispc .cp_box.section .chanpin{

	opacity: 0;

    transform: translateY(400px);

	-ms-transform:translateY(400px);

	-moz-transform:translateY(400px);

	-webkit-transform:translateY(400px);

	-o-transform:translateY(400px);

	transition: all 2s ease-in-out;

	transition: all 2s;

}

.ispc .cp_box.active .chanpin{

	opacity: 1;

    transform: translateX(0);

}











.ispc .shipin.section{

	opacity: 0;

    transform: translateY(300px);

	-ms-transform:translateY(300px);

	-moz-transform:translateY(300px);

	-webkit-transform:translateY(300px);

	-o-transform:translateY(300px);

	transition: all 1s ease-in-out;

	transition: all 1s;

}

.ispc .shipin.active{

	opacity: 1;

    transform: translateX(0);

}











/*公共头部*/

.banner01{

	position: relative;

}

.banner01 .banner img{

	width: 100%;

	height: auto;

}

.banner01 .bignav {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

}

.banner01 .nav_box .default-pc-search .default-pc-search-keyword{

	border: 1px solid #ccc;

}

.banner01 .nav_box .default-pc-search .default-pc-search-submit{

	background: url("/temp/temp/52/52-0184/201811071019/images/sousuo02.png") no-repeat center center;

}





/*公共导航首页不显示*/

.default-basescript-index .gheader{

	display: none;

}





/*新闻列表页-----------------------------------------------------------------------------------------------*/

.l_news{

	margin-bottom: 120px;

}

.lnew_box{

	margin-top: 40px;

}

.lnew_box li a{

	display: block;

	width:900px;

	margin: auto;

	

}

.lnew_box li{

	padding: 40px 0;

	width: 100%;

	border-bottom: 1px solid #e5e5e5;

	transition: 0.4s;

}

.new_t{

	text-align: center;

}

.new_t h1{

	font-size: 30px;

	color: #c7a865;

}

.new_t h2{

	font-size: 22px;

	color: #666;

}

.new_t span{

	display: block;

	height: 3px;

	width: 52px;

	background: #c7a865;

	margin: 10px auto;

} 

.lnews{

	margin-top: 40px;

}



.pub02{

	text-align: right;

}



.list-nav{

	margin: auto;

	text-align: center;

	margin-top: 60px;

}

.list-nav li{

	display: inline-block;

	margin:auto 4px;

}

.list-nav li a{

	display: block;

	font-size: 14px;

	padding: 5px 15px;

	background: #f5f5f5;

	color: #444;

	transition: 0.2s;

}

.list-nav li.a a{

	background: #2e82c5;

	color: #fff;

}

.list-nav li:hover a{

	background: #2e82c5;

	color: #fff;

}

.list-nav li a span{

	display: none;

}

.page{

	margin-top: 50px;

	text-align: center;

}

.page a{

	float: none;

	display: inline-block;

}



/*新闻列表页修改版--------------------------------------------------------------------------------------------*/

.list_n{

	margin-top: 50px;

	margin-bottom: 120px;

}

.pub02{

	margin-bottom: 6px;

}

.nav-news{

	text-align:center;

	margin:20px auto;

}

.nav-news li{

	display:inline-block;

	*display:inline;

	margin:3px; 

}

.nav-news li a{

	display:block;

	font-size:14px;

	padding:7px 20px;

	border-radius:5px;

}

.nav-news li:hover a

,.nav-news li.a a{

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") center center;

    color:#fff;

}

.nav-news li a span{

	display:none;

}

/*-----------list-news-----------*/

.list-news li a{

	display:block;

	padding-bottom:60px;

	position:relative;

}

.list-news li a img{

	width:100%;

	height:auto;

}

.list-news li span {

    display: block;

    float: right;

    width: 10%;

    font-size: 33px;

    color: #666;

    font-family: cursive;

	transition:all .5s;

}

.list-news li:hover span{

	color:#2e82c5; 

}

.list-news li span em{

	display:block;

	width: 15px;

    height: 9px;

	margin-top:25px;

	background:url("/temp/temp/52/52-0184/201811071019/images/icon.png") no-repeat -110px -11px;

	transition:all .3s;

}

.list-news li:hover span em{

	background-position:-108px -11px;

}

.list-news li .n1{

	width:50%;

	float:left;

	transition:all .5s;

	margin-left:3%;

}

.list-news li:hover .n1

,.list-news li:hover .n2 {

	transform:translateX(10px);

	-ms-transform:translateX(10px);

	-moz-transform:translateX(10px);

	-webkit-transform:translateX(10px);

	-o-transform:translateX(10px);

}

.list-news li h3{

	font-size: 16px;

    color: #575757;

	line-height:2;

	margin-top:5px;

}

.list-news li p{

	color: #999;

    line-height: 26px;

	margin-top:15px;

}

.list-news li .n2 {

    float: left;

    width: 25%;

	transition:all .5s;

}

.list-news li .n3

,.list-news li .n4{

	position:absolute;

	right:16%;

	top:0;

	width:1px;

	height:100%;

	background:#eee;

}

.list-news li .n4{

	background:#999;

	height:0;

	transition:all .5s;

}

.list-news li:hover .n4{

	height:100%;

}













/*案例展示列表页-------------------------------------------------------------------------------------------*/

.l_anli{

	margin: auto;

	margin-top: 60px;

	margin-bottom: 120px;

	text-align: center;

}

.pub03{

	width: 80%;

	text-align: right;

	margin-bottom: 6px;

}

.l_anli .page{

	margin-top: 0;

}

.l_anli .list_al li{

	padding: 50px 0;

	background: #eee;

	margin-bottom: 60px;

	float: left;

	width: 80%;

	position: relative;

	text-align: left;

}

.l_anli .list_al li .anli_f{

	float: right;

	margin: 0;

}

.l_anli .list_al li .anli_f .lal_a{

	float: right;

	margin-right: 50px;

	width: 52%;

	overflow: hidden;

	position: relative;

	z-index: 2;

}

.l_anli .list_al li .anli_f .lal_a img{

	width: 100%;

	height: auto;

	transition: 0.6s;

	transition: all 0.6s ease-in-out;

}

.l_anli .list_al li .anli_f .lal_a:hover img{

	transform: scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);



}

.l_anli .list_al li .anli_f .lal_t{

	float: left;

	width: 38%;

	margin-top: 40px;

}

.l_anli .list_al li .anli_f .lal_t h3{

	font-size: 20px;

	margin-bottom: 20px;

}

.l_anli .list_al li .anli_f .lal_t p{

	font-size: 14px;

	line-height: 26px;

	overflow: hidden;

	max-height: 74px;

}

.l_anli .list_al li .anli_f .lal_t a{

	display: block;

	width: 154px;

	height: 38px;

	border-radius: 19px;

	background:  url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") center center no-repeat;

	font-size: 14px;

	line-height: 38px;

	text-align: center;

	color: #fff;

	margin-top: 40px;

	transition: 0.3s;

	transition: all 0.3s ease-in-out;

}

.l_anli .list_al li .anli_f .lal_t a:hover{

	opacity: 0.7;

}

.l_anli .list_al li.al_fr{

	float: right;

}

.l_anli .list_al li.al_fr .anli_f .lal_t{

	float: right;

}

.l_anli .list_al li.al_fr .anli_f .lal_a{

	float: left;

	margin-left: 50px;

	margin-right: 0;

}

.l_anli .list_al li.al_fr .anli_f{

	float: left;

}

.l_anli .list_al li ins{

	display: block;

	background: #2e82c5;

	width: 320px;

	height: 160px;

	position: absolute;

	right: 0;

	bottom: 0;

	z-index: 1;

}

.l_anli .list_al li.al_fr ins{

	left: 0;

	right: inherit;

}















/*新闻内页---------------------------------------------------------------------------------------------------------*/

.lxwbg{

	width: 100%;

	padding-top: 20px;

	padding-bottom: 120px;

	background: #f0f3f5;

}

.lxwny .lnews_l{

	float: left;

	width: 25%;

	background: #fff;

}

.lxwny .news01{

	width: 66%;

	padding: 0 3.5%;

	float: right;

	background: #fff;

	padding-top: 40px;

	padding-bottom: 80px;

}

.pox01{

	float: left;

	margin-bottom: 20px;

	width: 100%;

}

.pox01 a{

	color: #888;

	transition: 0.2s;

}

.pox01 a:hover{

	color:#2e82c5; 

}

.lxwny .news01 .look01{

	width: 50%;

}

.lxwny .news01 .look01 a{

	display: block;

	padding: 0 15px;

	line-height: 24px;

	margin-right: 20px;

	float: left;

	background: #2e82c5;

	color: #fff;

	font-size: 13px;

	transition: 0.3s;

}

.lxwny .news01 .look01 a:hover{

	opacity: 0.8;

}

.lxwny .news01 .look01 h5{

	float: left;

	text-align: left;

	width: 100px;

	font-size: 13px;

	line-height: 24px;

	color: #666;

}

.lxwny .news01 h1{

	font-size: 26px;

	color: #333;

	font-family: "黑体";

	margin: 24px 0;

	width: 100%;

	text-align: center;

}

.lnews_l h3{

	width: 100%;

	line-height: 44px;

	background: #2e82c5;

	color: #fff;

	font-family: "黑体";

	text-align: center;

	font-size: 16px;

}

.lnews_l ul li{

	width: 86%;

	text-align: left;

	margin: auto;

	border-bottom: 1px solid #eee;

}

.lnews_l ul li a{

	display: block;

	margin:15px  auto;

	font-size: 14px;

	color: #333;

	transition: 0.2s;

}

.lnews_l ul li a span{

	display:none;

}

.lnews_l ul li.a a

,.lnews_l ul li:hover a{

	color:#2e82c5;

}

.lnews_l ul li a h4{

	background: url("/temp/temp/52/52-0184/201811071019/images/sanjiao02.png") left 5px no-repeat;

	background-size: auto 10px;

	padding-left: 20px;

}

.lnews_l ul li a:hover{

	color: #2e82c5;

}

.lnews_l .nylx h3{

	margin-bottom: 25px;

}

.lnews_l .nylx p{

	width: 86%;

	margin: 12px auto;

	text-align: left;

	font-size: 13px;

}

.lnews_l .nylx img{

	margin-left: calc(50% - 60px);

	margin-top: 28px;

	margin-bottom: 40px;

}



.next01{

	margin-top: 40px;

	width: 100%;

}

.next01 p{

	width: 46%;

	text-align: center;

	font-size: 14px;

	

}

.next01 p a{

	display: block;

	border: 1px solid #ccc;

	line-height: 46px;

	transition: 0.3s;

	max-height: 46px;

	overflow: hidden;

	padding: 0 3%;

}

.next01 .lp{

	float: left;

}

.next01 .rp{

	float: right;

}

.next01 p a:hover{

	border: 1px solid #2e82c5;

	background: #2e82c5;

	color: #fff;

}

.article #default-article-content td,.article #default-article-content th{

	background: #fff;

}







/*产品展示-----------------------------------------------------------------------------------------------*/

.ls_bg{

	background: #f5f5f5;

	padding-top: 60px;

	padding-bottom: 120px;

}

.uid-2971 .ls_bg .nav-news01{

	text-align:left;

}

.uid-2971 .ls_bg .nav-news01 li{

	margin:0 10px;

}

.uid-2971 .ls_bg .nav-news01 li a{

	padding:0;

	line-height:30px;

}

.uid-2971 .ls_bg .nav-news01 li:hover a{

	background:none !important;

	color:#14a9b1;

}

.ls_box li{

	width: 100%;

	margin-bottom: 40px;

	background: #fff;

}

.ls_box li a{

	display: block;

}

.ls_box li a .ls_img{

	float: left;

	width: 46%;

	overflow: hidden;

}

.ls_box li a .ls_img img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.ls_box li a .ls_t{

	width: 46%;

	padding: 0 4%;

	float: right;

}

.ls_box li a .ls_t h3{

	font-size: 20px;

	color: #333;

	margin-bottom: 20px;

	margin-top: 60px;

}

.ls_box li a .ls_t p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

	margin-bottom: 40px;

	max-height: 70px;

	overflow: hidden;

}

.ls_box li a .ls_t h4{

	width: 160px;

	height: 38px;

	border-radius: 19px;

	background: url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") center center no-repeat;

	color: #fff;

	text-align: center;

	line-height: 38px;

	font-size: 14px;

	transition: 0.3s;

}

.ls_box li a .ls_t h4:hover{

	opacity: 0.7;

}

.ls_box li a .ls_img img:hover{

	transform: scale(1.07);

	-ms-transform:scale(1.07);

	-moz-transform:scale(1.07);

	-webkit-transform:scale(1.07);

	-o-transform:scale(1.07);

}





/*视频展示列表页----------------------------------------------------------------------------------------------------*/

.sp_box{

	padding-top: 60px;

	padding-bottom: 120px;

}

.sp_box ul li{

	width: 100%;

	background: #f0f3f5;

	margin-bottom: 50px;

	position: relative;

	padding: 40px 0;

}

.sp_box ul li a{

	display: block;

}

.sp_box ul li a .sp_img{

	width: 50%;

	float: left;

	overflow: hidden;

}

.sp_box ul li a .sp_img img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.sp_box ul li a .sp_t{

	float: left;

	text-align: left;

	width: 36%;

	padding: 0 7%;

}

.sp_box ul li a .sp_t h3{

	font-size: 32px;

	font-weight: 600;

	margin-bottom: 20px;

	margin-top: 80px;

}

.sp_box ul li a .sp_t h4{

	font-size: 14px;

	margin-bottom: 60px;

}

.sp_box ul li a .sp_t h5{

	font-size: 14px;

	font-weight: 600;

	width: 140px;

	padding-bottom: 4px;

	color: #2e82c5;

	border-bottom: 2px solid #2e82c5;

	transition: 0.4s;

}

.sp_box ul li a .sp_t h5:hover{

	width: 200px;

}

.sp_box ul li a .sp_img img:hover{

	transform: scale(1.07);

	-ms-transform:scale(1.07);

	-moz-transform:scale(1.07);

	-webkit-transform:scale(1.07);

	-o-transform:scale(1.07);

}













/*关于我们列表页----------------------------------------------------------------------------------------------------*/

body.default-basescript-about{

	background: #fff;

}

.list_ab{

	margin: 100px auto;

}

.lab01{

	position: relative;

}

.lab01 img{

	width:50%;

	height: auto;

	float: left;

}

.lab01 .lab01_t{

	float: right;

	width: 50%;

}

.lab01 .lab01_t h2{

	font-size: 56px;

	margin-bottom: 10px;

}

.w960 .lab01 .lab01_t h2{

	font-size:40px;

}

.lab01 .lab01_t h1{

	font-size:18px;

	color: #444;

}

.lab01 .lab01_t span{

	display: block;

	margin:25px 0;

	height: 2px;

	width: 20px;

	background: #2e82c5;

}

.lab01 .lab01_t div{

	font-size: 15px;

	color: #666;

}

.lab01 .lab01_t div p {

    margin-bottom: 20px;

    line-height: 2;

}

.w960 .lab01 .lab01_t div p {

    line-height: 1.5;

    font-size: 14px;

}

.lab02{

	margin:100px auto;

	overflow: hidden;

	position: relative;

}

.lab02 img{

	height: 380px;

	width: auto;

}

.lab02 .lab02_t{

	position: absolute;

	width: 700px;

	left: calc(50% - 350px);

	top: 30%;

	text-align: center;

}

.lab02 p{

	color: #fff;

	font-size: 20px;

   text-align: left;

}

.lab02 h3{

	color: #fff;

	font-size: 26px;

	background: #BF0003;

	line-height: 52px;

	max-width: 480px;

	margin: auto;

	margin-bottom: 40px;

}

.lab03{

	margin-bottom: 80px;

}

.lab03 img{

	width: 40%;

	height:auto;

	float: left;

}

.lab03 div{

	float: right;

	width: 50%;

	font-size: 16px;

	line-height: 42px;

	color: #666;

	margin-top: 40px;

}

.w960 .lab03 div{

	margin-top:20px;

}

.lab04 .lab04_l{

	float: left;

	width: 45%;

}

.lab04 h1{

	font-size: 32px;

	font-weight: 600;

	margin-bottom: 20px;

}

.lab04 .lab04_l li{

	width: 100%;

	margin-bottom: 25px;

}

.lab04 .lab04_l ul li h3{

	float: left;

	width: 50px;

	height: 50px;

	background: url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") center center no-repeat;

	color: #fff;

	text-align: center;

	line-height: 50px;

	font-size: 20px;

	border-radius: 25px;

}

.lab04 .lab04_l .lab04r{

	float: left;

	margin-left:20px;

}

.lab04 .lab04_l .lab04r h4{

	font-size: 18px;

}

.lab04 .lab04_l .lab04r p{

	font-size: 15px;

	color: #999;

}

.lab04_r{

	float: right;

	width: 50%;

}

.lab04_r h2{

	margin-bottom: 15px;

}

.lab04_r p strong {

    display: block;

    color: #30a5b9;

    font-size: 16px;

}

.lab04_r p{

	line-height: 24px;

	font-size: 15px;

	color: #999;

	margin-bottom:15px;

}

.l_nav{

	margin: auto;

}

.list_ab .zizhi{

	margin-top: 100px;

}

.list_ab .zizhi h1{

	text-align: center;

	margin-bottom: 40px;

	font-size: 24px;

}

.list_ab .zizhi .rongyu ul li{

	width: 229px;

	float: left;

	margin-right: 10px;

}

.list_ab .zizhi .rongyu ul li img{

	width: 100%;

	height: auto;

}

.list_ab .zizhi .rongyu ul li h4{

	font-size: 15px;

	text-align: center;

	line-height: 20px;

}

.list_ab .default-slider-direction-left > .next, .default-slider-direction-left > .prev{

	width: 40px;

	height: 40px;

	border-radius: 20px;

	font-size: 20px;

	line-height: 40px;

	text-align: center;

}

.list_ab .default-slider-direction-left > .next{

	right: 50px;

}

.list_ab .default-slider-direction-left > .prev{

	left: 50px;

}

.list_ab .default-slider-direction-left > .next{

	right: 0;

}

.list_ab .default-slider-direction-left > .prev{

	left: 0;

}





/*招贤纳士列表页-----------------------------------------------------------------------------------------------------*/

.l_zp{

	background: #f0f3f5;

	width: 100%;

	padding-top: 80px;

	padding-bottom: 120px;

}

.l_zp ul li{

	float: left;

	width: 40.5%;

	margin-right: 3%;

	margin-bottom:3%;

	background: #fff;

	padding:4%;

	position: relative;

	transition: 0.5s;

	overflow: hidden;

}

.l_zp ul li ins{

	position: absolute;

	height: 2px;

	width: 1px;

	display: block;

	bottom: 0;

	left: -2px;

	transition: 0.5s;

	background: #2e82c5;

}

.l_zp ul li a{

	display: block;

}

.l_zp ul li a h4{

	font-size: 18px;

	color: #888;

	margin-bottom: 15px;

	font-family: "Arial";

}

.l_zp ul li a h3{

	font-size: 18px;

	color: #333;

	margin-bottom: 30px;

	transition: 0.5s;

}

.l_zp ul li a p{

	font-size: 13px;

	color: #888;

	max-height: 46px;

	line-height: 24px;

	overflow: hidden;

	margin-bottom: 20px;

}

.l_zp ul li:hover{

	background: #f6f8f9;

}

.l_zp ul li:hover ins{

	left: 0;

	width: 100%;

}

.l_zp ul li:hover a h3{

	color:#2e82c5; 

}

.l_zp .page{

	margin-top: 30px;

}



/*招贤纳士列表页02-----------------------------------------------------------------------------------------------------*/

.zhaona .l_zp ul li a h3{

	float: left;

	width: 80%;

	text-align: left;

}

.zhaona .l_zp ul li a h4{

	float: right;

	background: url("/temp/temp/52/52-0184/201811071019/images/time.png") left center no-repeat;

	background-size: 15px;

	padding-left: 20px;

	font-size: 16px;

}

.zhaona .l_zp ul li a p{

	float: left;

}

.zhaona .l_zp ul li{

	background: url("/temp/temp/52/52-0184/201811071019/images/tiaowen02.png") center center repeat #fff; 

}

.zhaona .l_zp ul li:hover{

	background: url("/temp/temp/52/52-0184/201811071019/images/tiaowen02.png") center center repeat #f6f8f9; 

}

.zhaona .l_zp .list_zp{

	width: 880px;

	margin: auto;

}

.zhaona .l_zp .pub02{

	width: 880px;

	margin: auto;

	margin-bottom: 5px;

}

.qiuzhi{

	width:100%;

	float:left;

	border:1px solid #eee;

}

.qiuzhi form{

	width:500px;

	margin:0 auto;

	padding:40px 0;

}

.qiuzhi form h4{

	text-align:center;

	font-size:30px;

	color:#2e82c5;

	margin-bottom:20px;

}

.qiuzhi form input

,.qiuzhi form textarea{

	width:98%;

	line-height:40px;

	height:40px;

	border:1px solid #eee;

	margin-bottom:10px;

	padding-left:2%;

}

.qiuzhi form textarea{

	height:100px;

	font-family:"微软雅黑";

}

.qiuzhi form [type="submit"]{

	width:100%;

	padding-left:0;

	background:#2e82c5;

	color:#fff;

	border:1px solid #2e82c5;

	font-size:20px;

}









/*在线留言------------------------------------------------------------------------------------------------------*/

.l_liuyan{

	margin: 100px auto;

}

.l_liuyan span{

	display: block;

	background: url("/temp/temp/52/52-0184/201811071019/images/liuyan.png") center center no-repeat;

	background-size: 100%;

	width: 500px;

	height: 500px;

	float: left;

	margin-top: 40px;

}

.apply01{

	width: 480px;

	border:1px solid #2e82c5;

	float: right;

	padding: 50px 60px;

}

.apply01 h3 {

    text-align: center;

    font-size: 23px;

    margin-bottom: 20px;

    color: #2e82c5;

}

.apply01 h4{

	display:none;

}

.apply01 p{

	font-size:12px;

	margin-bottom:20px;

	color:#666;

}

.apply01 label{

	font-size:14px;

	display:block;

	float:left;

	width:17%;

}

.apply01 .default-form-item-message input

,.apply01 .default-form-item-message input

,.apply01 .default-form-item-message textarea {

    width: 75%;

    height: 30px;

    border: 1px solid #2e82c5;

}

.apply01 .default-form-item-message textarea {

	height:100px;

}

.apply01 .default-form-item-message label 

,.apply01 .default-form-item-message div{

	display:inline-block;

	*display:inline;

	vertical-align:middle;

}

.apply01 .default-form-item-message div {

	width:60%;

}

.apply01 .default-form-item-message div label

,.apply01 .default-form-item-message div input{

	display:inline-block;

	*display:inline;

	vertical-align:middle;

}

.apply01 .default-form-item-message div label{

	float:none;

	margin-left:5px;

}

.apply01 .default-form-item-message div input {

	width:15px;

	height:15px;

}

.apply01 .default-form-item-message{

	margin-bottom:10px;

}

.apply01 .default-form-group-box-apply input{

	width: 100%;

	background: #2e82c5;

	margin-bottom: 20px;

	border: 1px solid #5fa0d4;    /*#90d3d6*/

	padding-left: 10px;

	line-height: 40px;

	height: 40px;

	outline-color: #fff;

	font-size: 16px;

}

.apply01 .default-form-item-message.abc0

,.apply01 .default-form-item-message.abc2{

	background:url("/temp/temp/52/52-0184/201811071019/images/xing.png") no-repeat center right;

	background-size:10px;

}

.apply01 .default-form-group-box-apply input::-webkit-input-placeholder{

	color:#5fa0d4 ;      /*#90d3d6*/

}

.apply01 .default-form-group-box-apply textarea{

	width: 100%;

	background: #2e82c5;

	border: 1px solid #5fa0d4;     /*#90d3d6*/

	padding-left: 10px;

	line-height: 40px;

	outline-color: #fff;

	font-size: 16px;

}

.apply01 .default-form-group-box-apply textarea::-webkit-input-placeholder{

	color: #5fa0d4;    /*#90d3d6*/

}

.default-form-group-box-apply label{

	display: none;

}

.apply01 [type="submit"]{

    display: block;

    width:100%;

    line-height: 40px;

	height: 40px;

    font-size: 16px;

    font-weight: bold;

    color: #fff;

    border: 1px solid #5fa0d4;     /*#90d3d6*/

	margin: auto;

	margin-top: 20px;

	background: #2e82c5;

	cursor: pointer;

	transition: 0.3s;

}

.apply01 [type="submit"]:hover{

	opacity:.9;

}



/*右侧固定-----------------------------------------------------------------------------------------------------------------*/

.gd_r{

	position: fixed;

	right: 0;

	bottom:100px;

	z-index: 2;

}

.gd_r div{

	width: 44px;

	height: 44px;

	background: #2e82c5;

	margin-bottom: 1px;

	transition: 0.3s;

}

.gd_r div:hover{

	background:#509BD8;    /*#53C2C7*/

}

.gd_r div a{

	display: block;

}

.gd_r div img{

	width: 100%;

	height: 100%;

	cursor: pointer;

}

.gd_r div.r_wx{

	position:relative;

}

.gd_r div.r_wx ins{

	display:block;

	width:110px;

	height:110px;

	background:#fff;

	right:50px;

	bottom:0;

	position:absolute;

	display:none;

	box-shadow: 0 0 10px #ddd;

}

.gd_r div.r_wx:hover ins{

	display:block;

}

.gd_r div.r_wx ins img {

    width: 100px;

    height: 100px;

    margin:5px;

}

.gd_r div.r_wx ins em{

	display:block;

	position:absolute;

	width:9px;

	height:9px;

	background:#fff;

	transform:rotate(45deg);

	bottom:20px;

	right:-4px;

}

.gd_r ul li{

	width: 44px;

	height: 44px;

	background: #2e82c5;

	margin-bottom: 1px;

	transition: 0.3s;

}

.gd_r ul li:hover{

	background:#509BD8;

}

.gd_r ul li a{

	display: block;

}

.gd_r ul li a img{

	width: 100%;

	height: 100%;

}

.r_dh{

	position: relative;

}

.gd_r .r_dh h3{

	line-height: 44px;

	text-align: center;

	font-size: 20px;

	position: absolute;

	top: 0;

	left: 0px;

	color: #fff;

	width: 200px;

	background: #2e82c5;

	font-family: "Georgia";

	transition: 0.3s;

	z-index: -2;

}

.gd_r .r_dh:hover h3{

	left: -200px;

}

.top01{

	font-size: 46px;

	color: #fff;

	line-height: 44px;

	text-align: center;

	cursor: pointer;

}







.uid-2913 .lab01 .lab01_t span{

	display: none;

}

.uid-2913 .lab01 .lab01_t h1{

	margin-bottom: 30px;

}









/*不同尺寸调整*/

.w960 .tedian li h3{

	display:none;

}

.w960 .tedian li .ltu img{

    margin-top: 26px;

}

.w960 .anli ul li a div{

	top: 28px;

}

.w960 .default-pc-nav-footer li{

	padding: 0 28px;

}

.w960 .rmore{

	margin-top: 44px;

}

.w960 .about .a_left em{

	margin: 30px 0;

}

.w960 .about .a_left{

	margin-top: 24px;

}

.w960 .nav_box .nav1 li li{

	margin:0;

}

.w960 .nav_box .nav1 li a{

	padding:0 15px;

}

.w960 .l_liuyan span{ 

	width: 330px;

}

/*---------首页案例---------*/

.case09 .default-slider-box{

	padding:10px 0;

}

.case09 li{

	width:380px;

	margin-right:25px;

	transition:all .3s;

}

.w960 .case09 li{

	width:303px;

} 

.case09 li:hover{

	transform:translateY(-3px);

	box-shadow:0 0 10px #ccc;

}

.case09 li a{

	display:block;

	padding:10px;

	background:#fff;

}

.case09 li a img{

	width:100%;

	height:auto;

}

.case09 li a h3{

	text-align:center;

	font-size:18px;

	padding:10px 0;

	color:#4091bc;

	font-weight:bold;

}

.al_box .rmore{

	margin:0 auto;

	margin-top:50px;

}

.case09 .prev{

	left:-50px;

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") no-repeat center center;

	opacity:1;

}

.case09 .next{

	right:-50px;

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") no-repeat center center;

	opacity:1;

}



/*--------------list-case------------*/

.list-case ul{

	margin-top:40px;

}

.list-case li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

}

.list-case li a{

	display:block;

	padding:5px;

	background:#fff;

	border:1px solid #fff;

}

.list-case li:hover a{

	border:1px solid #29acb6;

}

.list-case li a span{

	display:block;

}

.list-case li img{

	width:100%;

	height:auto;

}

.list-case li h3{

	text-align:center;

	font-size:16px;

	padding-top:10px;

	line-height:2;

  height: 65px;

      overflow: hidden;

}

/*--------------list-show------------*/

.list-show ul{

	margin-top:40px;

}

.list-show li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

}

.list-show li a{

	display:block;

	padding:10px;

	background:#fff;

	padding-bottom:0;

	border:1px solid #fff;

}

.list-show li:hover a{

	border:1px solid #27aeb4;

}

.list-show li a span{

	display:block;

}

.list-show li a img{

	width:100%;

	height:auto;

}

.list-show li a div{

	padding:10px 0;

}

.list-show li a h3{

	font-size:15px;

	line-height:2;

	float:left;

	width:80%;

	font-weight:bold;

}

.list-show li a em{

	display:block;

	width:30px;

	height:30px;

	text-align:center;

	line-height:30px;

	color:#fff;

	float:right;

	font-style:normal;

	border-radius:50%;

	font-size:15px;

	background:url("/temp/temp/52/52-0184/201811071019/images/jbbg.jpg") no-repeat center center;



}

.view-about .article{

	margin-top:50px;

	margin-bottom:70px;

}



.lnews_l{

	float: right !important;

}

.lxwny .news01{

	float: left;

}









.uid-3011 .cp_box{

	display: none;

}

.uid-3011 .chanpin ul li a .cp_text div p{

	display: none;

}



























@media screen and (max-width:1024px){

	/*首页*/

	.banner1{

		margin-top:0;

	}

	.ismobile #mobile-nav{

		background-color: #2e82c5;

	}

	.default-mobile-nav-menu li a{

		border-bottom: 1px solid #308bd4;

	}

	.default-mobile-nav-menu > li > a{

		border-top: 1px solid #1F72B4;

	}

	.ismobile .default-mobile-nav-menu li{

		background: #2e82c5;

	}

	.ismobile .default-mobile-nav-menu li ul li{

		background: #2971ab;

	}

	.default-slider-single > .default-slider-box > ul > li img{

		left: 0 !important;

		margin-left: 0 !important;

	}

	.ismobile .default-mobile-copyright2{

		background:#2e82c5;

		color:#fff;

	}

	.ismobile .default-mobile-copyright2 a{

		color: #fff;

	}

	.nav_box{

		display: none;

	}

	header h1 a{

		color: #333;

	}

	.nav-click{

		color: #2e82c5;

	}

	header .bg{

		background-color:#fff;

		opacity: 1;

		box-shadow: 0px 1px 8px #d8d8d8;

	}

	.tedian li h3{

		display:none;

	}

	.tedian li{

		width:auto;

	}

	.tedian li .td_text {

		width: 45%;

	}

	.tedian li .ltu{

		width: 47% !important;

	}

	.biaoti h2{

		font-size: 32px;

	}

	.biaoti h1{

		margin-left: 10px;

    	font-size: 20px;

	}

	.about .a_left em{

		margin: 12px 0;

	}

	.about .a_left{

		margin-top: 0;

	}

	.rmore{

		width: 200px;

		margin-top: 40px;

	}

	.rmore a span{

		width: 200px;

    	height: 44px;

	}

	.rmore a h4{

		line-height: 44px;

		width: 200px;

	}

	.chanpin ul li{

		width: 30.3333%;

		margin: auto 1.5%;

		margin-bottom: 8%;

	}

	.default-basescript-index .default-mobile-copyright2{

		margin-top: 0;

	}

	

	/*关于我们*/

	.lab01 .lab01_t{

		margin-top: 0;

	}

	.list_ab .zizhi .rongyu ul li{

		width: 190px;

	}

	

	/*在线留言*/

	.l_liuyan span{

		width: 380px;

	}

	

	/*新闻中心*/

	.lnew_box li a .new_r{

		width: 70%;

		padding-right: 0;

	}

	.lnew_box li a .new_l {

		width: 26%;

		margin-right: 0;

	}

	.lnews {

		border-top: 1px solid #e5e5e5;

	}

	.l_news {

		margin-bottom: 80px;

	}

	

	/*文章内页*/

	.default-mobile-box, .box{

		border-radius:0;

    	border: solid #e6e6e6 1px;

	}

	.ismobile dl.otherlist dd h4 {

		font-size: 16px;

		color: #333;

	}

	.ismobile dl.otherlist dd p {

		height: 40px;

		font-size: 13px;

		color: #777;

	}

	.ismobile dl.otherlist dd:nth-child(3){

		display: none;

	}

	.ismobile dl.otherlist dd:nth-child(4){

		display: none;

	}

	.ismobile dl.otherlist dd:nth-child(5){

		display: none;

	}

	.page{

		margin-bottom: 50px;

	}

	/*产品展示*/

	.ismobile .default-moblie-show-list li a p{

		background: #2e82c5;

	}

	.ismobile .default-mobile-page a.a{

		background: #2e82c5;

	}

	.news-l

	,.news-r{

		opacity:1;

		transform: translateX(0);

		width:96%;

		height:auto;

	}

	.news-r{

		margin-top:10px;

	}

	.news09 li a img{

		width:32%;

	}

		.news09 li.n1 div {

		width: 64%;

	}

	.news09 li.n1 div p{

		display:none;

	}

	.news ul li{

		padding:0;

		width:100%;

	}

	.news09 li a{

		width:70%;

	}

	.news09 li.n1 a{

		width:70%;

		line-height:32px;

	}

	.news09 li.n1 em{

		line-height:25px;

	}

	body{

		background:#fff;

	}

	.uid-2971 #mobile-nav h3{

		 display:none;

	}

	.uid-2971 .default-mobile-nav-menu li a {

		border-bottom: 1px solid #1b69a7;

		border-top:none;

	}



}

@media screen and (max-width:768px){

	/*首页*/

	.shipin {

		margin: 50px 0;

	}

	.shipin ul {

		margin-top: 30px;

	}

	.shipin li {

		width: 23%;

		margin:1%;

	}

	.shipin li span{

		width:30px;

	}

	.shipin li h3 {

		margin: 10px;

		font-size: 14px;

		line-height: 1.2;

		color:#666;

	}

	.shipin li a em {

		width: 20px;

		height: 20px;

		line-height: 20px;

	}

	.about .a_right{

		border-radius: 0;

		width:100%;

		margin-top:20px;

	}

	.about .a_left{

		width: 100%;

	}

	.about .a_left em{

		margin: 26px 0;

	}

	.about .a_left p{

		font-size: 12px;

		line-height: 20px;

		max-height: 116px;

	}

	.tedian{

		text-align: center;

	}

	.tedian li .ltu{

		float: none;

		width: 100% !important;

		margin: auto;

	}

	.tedian li .ltu img{

		width: 70% !important;

		float: none;

		margin: auto;

		position: inherit;

	}

	.tedian li .td_text{

		float: none;

		margin: auto;

		margin-top: 20px;

		text-align: center;

		width:75%;

	}

	.chanpin ul li

	,.chanpin ul li.mr0{

		width: 49%;

		margin:0;

		margin-right:2% !important;

		margin-bottom:40px;

	}

	.chanpin ul li:nth-child(2n){

		margin-right:0 !important;

	}

	.shipin img{

		max-width: 1920px;

	}

	.anli ul li a img{

		width: 100%;

	}

	.anli ul li a div{

		right: 5%;

		top: 24%;

		width: 80%;

	}

	

	/*关于我们*/

	.lab01 img{

		width: 100%;

		float: none;

	}

	.lab01 .lab01_t{

		float: none;

		width: 80%;

		margin: auto;

		margin-top: 40px;

	}

	.lab03 p {

		font-size: 14px;

		line-height: 32px;

		margin-top: 0; 

	}

	.lab04 .lab04_l{

		margin: auto;

		float: none;

		width: 60%;

	}

	.lab04_r {

		float:none;

		width: 60%;

		margin: auto;

	}

	.list_ab .zizhi .rongyu ul li{

		width: 182px;

	}

	

	/*在线留言*/

	.l_liuyan span {

		height: 380px;

		margin: auto;

		float: none;

	}

	.l_liuyan {

		margin: 60px auto;

	}

	.apply01 {

		width: 80%;

		padding: 10% 7%;

		float: none;

		margin-left: 3%;

	}

	.youshi{

		margin:30px auto;

	}

	.youshi ul {

		margin-top: 20px;

	}

	.youshi li{

		width:100%;

		padding:15px 0;

		margin-bottom:15px;

	}

}

@media screen and (max-width:480px){   

	/*首页*/

	.tedian{

		height:728px;

		overflow:hidden;

	}

	.tedian li .ltu img{

		width:300px;

	}

	.tedian li .td_text{

		width: 100%;

	}

	.td_box h1{

		font-size: 20px;

	}

	.tedian li .td_text p{

		width: 100%;

    	background-size: 100%;

		margin-bottom: 0;

		padding-top: 0;

		height: 102px;

	}

	.tedian li .td_text p span{

		font-size: 15px;

		text-align: left;

		padding-top: 10px;

		line-height: 24px;

		height: 24px;

		margin-bottom: 4px;

	}

	.tedian li .td_text p span img{

		width: 24px;

		height: 24px;

	}

	.tedian li .td_text p em{

		text-align: left;

	}

	.tedian li .td_text p span.t1,.tedian li .td_text p span.t2,.tedian li .td_text p span.t3{

		background: none;

	}

	.tedian li .td_text p span{

		padding-left: 0;

		max-width: calc(100% - 40px);

	}

	.tedian li .td_text p em{

		margin-left: 20px;

		max-width: calc(100% - 40px);

		margin-top: 0;

	}

	.td_box{

		margin: 60px 0;

	}

	.chanpin ul li a .cp_text div h3

	,.chanpin ul li a .cp_text div h5

	,.chanpin ul li a .cp_text div p

	,.chanpin ul li a .cp_text div span{

		display:none;

	}

	.chanpin ul li a .cp_text div h4{

		line-height:30px;

	}

	.chanpin ul li a .cp_text{

		bottom:-15px;

	}

	.cp_box{

		padding: 60px 0;

	}

	.new_box{

		padding: 60px 0;

	}

	.anli ul li a img{

		display: none;

	}

	.anli ul li a div{

		width: 90%;

		position: inherit;

		margin-left: 5%;

		padding: 5%;

	}

	.anli ul li{

		margin-bottom: 20px;

	}

	.lianxi{

		display: none;

	}

	.weixin{

		margin-right: 5%;

	}

	.gz_box {

		width: 50%;

		margin-left: 5%;

	}

	.about{

		padding: 60px 0;

	}

	.biaoti h2{

		font-size: 24px;

	}

	.biaoti h1{

		font-size: 16px;

	}

	.news .new_m ins{

		height: 540px;

	}

	.news ul li h4{

		display: none;

	}

	.chanpin .biaoti{

		margin-bottom: 40px;

	}

	.tedian li .td_text p em{

		max-height: 40px;

		overflow: hidden;

	}

	.guanzhu div{

		margin-right: 10px;

	}

	.gz_box h2{

		font-size: 22px;

	}

	.shipin{

		height: 320px;

	}

	.shipin .sp_bg span{

		background-size: 100%;

		margin-top: 80px;

		width: 244px;

		height: 170px;

	}

	.al_box{

		padding: 60px 0;

	}

	.erweima {

		width: 220px;

		margin-left: -110px;

		bottom: 35%;

	}

	.erweima-1 p a.sao{

		padding-top: 0;

	}

	

	/*关于我们*/

	.list_ab .zizhi{

		margin-top: 60px;

	}

	.list_ab {

		margin: 60px auto;

	}

	.lab01 .lab01_t h2 {

		font-size: 44px;

		margin-bottom: 0;

	}

	.lab01 .lab01_t h1{

		font-size: 16px;

	}

	.lab01 .lab01_t span{

		margin: 20px 0;

	}

	.lab01 .lab01_t{

		width: 90%;

	}

	.lab01 .lab01_t p {

		font-size: 15px;

		line-height: 40px;

	}

	.lab02 img{

		height: 300px;

		width: auto;

		max-width: 1920px;

	}

	.lab02 h3 {

		font-size: 22px;

		line-height: 44px;

		max-width: 300px;

		margin-bottom: 30px;

	}

	.lab02 .lab02_t{

		width: 300px;

		left: calc(50% - 150px);

		top: 25%;

	}

	.lab02 p{

		font-size: 13px;

	}

	.lab03 img {

		width: 80%;

		height: auto;

		float: none;

		margin-left: 10%;

	}

	.lab02{

		margin: 60px auto;

	}

	.lab03 div{

		width:100%;

	}

	.lab03 p{

		float: none;

		width: 90%;

		margin-top: 20px;

		margin-left: 5%;

	}

	.lab03{

		margin-bottom: 60px;

	}

	.lab04 .lab04_l {

		width: 100%;

	}

	.lab04 .lab04_l .lab04r{

		margin-left: 10px;

	}

	.lab04 .lab04_l .lab04r p{

		font-size: 12px;

	}

	.lab04_r{

		width: 100%;

		margin-top: 20px;

	}

	.lab04_r h2 {

		font-size: 18px;

	}

	.lab04_r p {

		line-height: 28px;

		font-size: 14px;

	}

	.lab04 .lab04_l ul li h3 {

		width: 40px;

		height: 40px;

		line-height: 40px;

		font-size: 20px;

		border-radius: 20px;

	}

	.list_ab .zizhi .rongyu ul li{

		width: 189px;

	}

	

	/*在线留言*/

	.apply01 .default-form-group-box-apply input{

		width: 97%;

	}

	.apply01 .default-form-group-box-apply textarea{

		width: 97%;

	}

	.apply01 {

		width: 82%;

		margin-left: 2%;

	}

	.l_liuyan span {

		height: 280px;

		width: 280px;

		margin-bottom: 20px;

	}

	.l_liuyan{

		margin-top: 0;

	}

	

	/*新闻中心*/

	.lnew_box li a .new_l {

		float: none;

		width: 100%;

		text-align: left;

		margin-right: 0;

	}

	.lnew_box li a .new_l h1 {

		font-size: 20px;

		line-height: 22px;

		float: left;

		color: #777;

	}

	.lnew_box li a{

		width: 90%;

	}

	.lnew_box li a .new_l h2 {

		font-size: 16px;

		line-height: 22px;

		float: left;

		margin-left: 10px;

	}

	.lnew_box li a .new_r{

		width: 100%;

		float: left;

		margin-top: 10px;

	}

	.lnew_box li{

		padding: 30px 0;

	}

	.ismobile article h3, .ismobile article .content{

		margin-top: 20px;

		margin-bottom: 5px;

		font-size: 20px;

	}

	.ismobile .article-info{

		font-size: 13px;

	}

	.ismobile article nav p{

		width: 100%;

		text-align: center;

		overflow: hidden;

		border: 1px solid #ccc;

		margin-bottom: 10px;

		font-size: 14px;

		line-height: 44px;

		max-height: 44px;

		overflow: hidden;

		box-sizing: border-box;

		padding: 0 5%;

	}

	.ismobile article nav p a{

		color: #2e82c5;

	}

	.default-mobile-box, .box{

		padding: 3px 10px;

	}

	.default-mobile-list-cats h3{

		font-size: 16px;

	}

	.default-mobile-list-cats nav ul li a{

		font-size: 16px;

		line-height: 36px;

	}

	.case09 li{

		width:150px;

		margin:0 5px;

	}

	.case09 li a{

		padding:5px;

	}

	.case09 li a h3{

		padding-top:10px;

		font-size:12px;

		line-height:1.2;

		padding-bottom:3px;

	}

	.case09 .prev

	,.case09 .next{

		display:none;

	}

	.rmore

	,.rmore a span

	,.rmore a h4{

		width:150px;

		line-height:40px;

		height:40px;

		font-size:15px;

	}

	.biaoti h2{

		background-size:30px !important;

		padding-left:40px;

	}

	.biaoti{

		text-align:center;

	}

	.new_box .biaoti{

		margin-bottom:30px;

	}

	.new_box

	,.al_box

	,.cp_box

	,.about{

		padding:30px 0;

	}

	.al_box .rmore{

		margin-top:30px;

	}

	.al_box .biaoti{

		margin-bottom:10px;

	}

	.chanpin .rmore{

		margin-top:0;

	}

	.shipin ul{

		margin-top:20px;

	}

	.chanpin .biaoti

	,.td_box h1{

		margin-bottom:20px;

	}

	.shipin{

		height:auto;

	}

	.td_box

	,.shipin{

		margin:30px 0;

	}

	.list-nav{

		margin-top:40px;

	}

	.lnew_box li a .new_r p{

		color:#777;

		font-size: 14px;

	}

	.lnew_box li a .new_r h3{

		margin-bottom:10px;

		font-size:18px;

	}

	.lnew_box li a .new_l h1 {

		color: #388dc3;

		font-weight: bold;

	}

	.lab01 .lab01_t div p {

		line-height: 1.5;

		font-size: 12px;

	}

	.lab03 p{

		line-height:20px;

		margin-top:10px;

	}

	.nav-news li a {

		padding: 0px 10px;

	}

	.ls_bg{

		padding:40px 0;

	}

	.list-case li{

		width:49%;

		margin-right:2%;

		margin-bottom:2%;

	}

	.list-case li:nth-child(2n){

		margin-right:0 !important;

	}

	.list-case li h3 {

		font-size: 12px;

		padding-top: 6px;

	}

	.l_anli .list_al li {

		padding: 20px 0;

		margin-bottom: 20px;

		width: 100%;

	}

	.l_anli .list_al li .anli_f .lal_t{

		width:100%;

		margin-top:0;

	}

	.l_anli .list_al li .anli_f .lal_a {

		margin-right: 5%;

		width: 90%;

	}

	.nav-news{

		padding:10px;

		background:#eee;

	}

	.nav-news li{

		margin:0;

	}

	.nav-news li a{

		padding:0 4px;

		border-radius:2px;

		font-size:12px;

	}

	dl.otherlist dt {

		font-weight: bold;

		font-size: 20px !important;

		margin: 10px 0;

		color: #388dc3;

	}

	.youshi {

		margin: 30px auto;

		padding: 0 !important;

	}

	.youshi li span{

		display:none;

	}

	.youshi li div{

		width:100%;

		margin-top:0;

	}

	.youshi li div ins{

		width:82%;

	}

	.youshi li div h3{

		font-size:18px;

	}

	.youshi li div em{

		font-size:10px;

		margin:5px 0;

	}

	.youshi li div p {

		font-size: 12px;

		margin-top:0;

	}

	.apply01 {

		width: 89%;

		margin-left: 0;

		padding: 10% 5%;

	}

	.apply01 label{

		width:27%;

	}

	.apply01 .default-form-item-message input

	, .apply01 .default-form-item-message input

	, .apply01 .default-form-item-message textarea {

		width: 69%;

	}

	.apply01 .default-form-item-message.abc0

	, .apply01 .default-form-item-message.abc2{

		background-size:7px;

	}

	.l_zp{

		padding:30px 0 !important;

	}

	.l_zp ul li {

		 width: 92%;

		margin-right: 0;

	}

	.zichan {

		margin-top: 30px;

	}

	.shipin li{

		width: 49%;

		margin:0;

		margin-right:2% !important;

		margin-bottom:2%;

	}

	.shipin li:nth-child(2n){

		margin-right:0 !important;

	}

	.shipin li h3{

		color:#fff;

	}

	.shipin li span{

		width:50px;

	}

	.shipin{

		padding-top:30px;

	}

	.chanpin ul li{

		margin-bottom:20px;

	}

	.new_box{

		margin:30px 0;

		margin-top:0;

	}

	.indexnews {

		margin-top: 20px;

	}

	.indexnews li a{

		padding:0;

		border:none;

	}

	.indexnews li span{

		float:left;

		width:30%;

	}

	.indexnews li div{

		width:62%;

		float:right;

	}

	.indexnews li strong{

		margin:0;

		margin-bottom:5px;

		font-size:12px;

	}

	.indexnews li strong em{

		font-size:20px;

	}

	.indexnews li h3 {

		height: 30px;

		font-size: 14px;

		line-height: 15px;

		color:#666;

	}

	.news ul li{

		border-bottom:1px solid #eee;

		padding-bottom:15px;

		margin-bottom:15px;

	}

	.new_box .rmore {

		margin-top: 20px;

	}

	.chanpin ul li a .cp_text div h4{

		font-size: 16px;

		line-height: 20px;

	}

	.chanpin ul li a .cp_text div{

		padding: 20px 0;

	}

	.chanpin ul li a .cp_text div p {

		font-size: 12px;

		margin-top: 10px;

		line-height: 18px;

		height: 54px;

		display: block;

	}

	.zichan .zc_bg{

		margin-top: 80px;

	}

	.zichan .zc_bg ul{

		top: -50px;

	}

	.zichan .rmore{

		top: -60px;

	}

  header{

    z-index:9999999999;

  }

  .nav-click{

    background:#fff;

    text-align: left;

    margin-right: 50px;

  }

	

}

@media screen and (max-width:375px){

	.list_ab .zizhi .rongyu ul li {

		width: 220px;

		margin: 0 65px;

	}

	

} 





.hzhb{

	display:none;

}






























































